home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / misc / emu / DCMtoImg.lha / cvtDCM.doc < prev    next >
Text File  |  1997-10-30  |  792b  |  21 lines

  1.  
  2. Usage: cvtDCM pathname
  3.  
  4.     where 'pathname' is the name of the '.DCM' file to be converted to a
  5.   diskette image file.  The program appends '.DCM' to the filename you supply
  6.   and appends either '.XFD' or '.ATR' to that filename, depending on the format
  7.   code found in the input file
  8.  
  9.  
  10.  
  11.     The output file will be stored in the directory from which "cvtDCM" is
  12. executed if the 'pathname' does not contain a colon.
  13.  
  14.     The executable supplied with this archive is very slow, compared to the
  15. execution speed of the executable compiled from the "C" source version.  This
  16. is due to the poor quality of the text file I/O code generated by the Pascal
  17. compiler used.
  18.  
  19.     The Pascal source file was written before the "C" version was discovered.
  20. Work on the Pascal version ceased at that time.
  21.